runtime.heapStatsDelta.largeAlloc (field)

7 uses

	runtime (current package)
		arena.go#L1079: 	atomic.Xadd64(&stats.largeAlloc, int64(s.elemsize))
		mcache.go#L241: 	atomic.Xadd64(&stats.largeAlloc, int64(npages*pageSize))
		metrics.go#L611: 	a.totalAllocated = a.largeAlloc
		mstats.go#L394: 	totalAlloc := consStats.largeAlloc
		mstats.go#L682: 	largeAlloc      uint64                  // bytes allocated for large objects
		mstats.go#L704: 	a.largeAlloc += b.largeAlloc